From 1c122779660a3e87a285ae1b7efe2dba955bca07 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 May 2008 14:03:35 +0000 Subject: [PATCH] Register the right translation domain. * modules/imput/imthai.c: Register the right translation domain. svn path=/trunk/; revision=20060 --- ChangeLog | 4 ++++ modules/input/imthai.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1f90d8a72..9b9084b471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-01 Matthias Clasen + + * modules/imput/imthai.c: Register the right translation domain. + 2008-04-30 Matthias Clasen Bug 529386 – Printing options hidden by blacklisted option diff --git a/modules/input/imthai.c b/modules/input/imthai.c index e263620108..c93fcbd592 100644 --- a/modules/input/imthai.c +++ b/modules/input/imthai.c @@ -33,7 +33,7 @@ GType type_thai = 0; static const GtkIMContextInfo thai_info = { "thai", /* ID */ N_("Thai-Lao"), /* Human readable name */ - "gtk+", /* Translation domain */ + "gtk20", /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "lo:th" /* Languages for which this module is the default */ }; -- 2.30.2